home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1998 October / macformat-1998-10.iso / CMiFree ƒ / features.dxr / 00031.ls < prev    next >
Encoding:
Text File  |  1998-07-13  |  429 b   |  17 lines

  1. on exitFrame
  2.   repeat with x = 2 to 11
  3.     set the puppet of sprite x to 1
  4.     set the visible of sprite x to 0
  5.   end repeat
  6.   repeat with x = 20 to 29
  7.     set the cursor of sprite x to [6, 7]
  8.   end repeat
  9.   repeat with x = 31 to 37
  10.     set the puppet of sprite x to 1
  11.     set the visible of sprite x to 0
  12.   end repeat
  13.   set the puppet of sprite 38 to 1
  14.   set the visible of sprite 38 to 1
  15.   set the timeoutLength to 20 * 60
  16. end
  17.